entry: Expand the css node docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 15:52:26 +0000 (10:52 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 15:52:26 +0000 (10:52 -0500)
Mention the context menu.

gtk/gtkentry.c

index 967522c8577f6b2c718913130068f2a51d79f02c..d6ec11daa42c91fd232d91bb224aa7bc2e430846 100644 (file)
  * ├── image.left
  * ├── image.right
  * ├── [selection]
- * ╰── [progress[.pulse]]
+ * ├── [progress[.pulse]]
+ * ╰── [window.popup]
  * ]|
  *
  * GtkEntry has a main node with the name entry. Depending on the properties
  * When the entry shows progress, it adds a subnode with the name progress.
  * The node has the style class .pulse when the shown progress is pulsing.
  *
+ * The CSS node for a context menu is added as a subnode below entry as well.
+ *
  * When touch is used and touch selection handles are shown, they are using
  * CSS nodes with name cursor-handle. They get the .top or .bottom style class
  * depending on where they are shown in relation to the selection. If there is